Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix include for test_hugepage_alloc.cpp #1793

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

lukasm91
Copy link
Contributor

test_hugepage_alloc.cpp is using uintptr_t (optional, btw). It seems like there is no implicit include of cstdint because we have a failure in very recent compilers.

3700 .../files/gridtools/sources/tests/unit_tests/common/test_hugepage_alloc.cpp(68): error: namespace "std" has no member "uintptr_t"
3701 reinterpret_caststd::uintptr_t(ptr) % hugepage_alloc_impl_::cache_line_size()

@gridtoolsjenkins
Copy link
Collaborator

Hi there, this is jenkins continuous integration...
Do you want me to verify this patch?

@fthaler
Copy link
Contributor

fthaler commented Jul 22, 2024

launch jenkins

@fthaler
Copy link
Contributor

fthaler commented Jul 22, 2024

launch perftest

@fthaler
Copy link
Contributor

fthaler commented Jul 23, 2024

launch jenkins

@fthaler
Copy link
Contributor

fthaler commented Jul 23, 2024

launch jenkins

@fthaler fthaler merged commit af65f71 into GridTools:master Jul 24, 2024
68 checks passed
havogt pushed a commit that referenced this pull request Sep 30, 2024
Add missing include <cstdint> for `std::uintptr_t`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants